/* 手机模拟器 */
.Mobile_hide{
    display: none !important;
}

/* 手机显示蒙层 */
.MobileBody {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1030;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 手机外壳 */
.MobileBody .phone_mockup {
    width: 300px;
    height: 600px;
    background: #1a1a1a;
    background-size: contain;
    padding: 10px;
    position: relative;
    border-radius: 50px;
    /*box-shadow:*/
    /*    0 0 0 1.5% #333,  !* 边框 *!*/
    /*    0 4% 10% rgba(0, 0, 0, 0.5);*/
    overflow: visible;
}

/* 手机屏幕 */
.MobileBody .phone_mockup .screen {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 40px;
    background: #000;
    position: relative;
}

/* 屏幕内容 */
.MobileBody .phone_mockup .screen .demo-content {
    color: white;
    padding: 20px;
    text-align: center;
    display: none;
}

.MobileBody .phone_mockup .screen iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* 刘海区域 */
.MobileBody .iphone-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    height: 4%;
    background: #1a1a1a;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8%;
}

/* 刘海中的传感器 */
.MobileBody .sensor {
    width: 12%;
    height: 30%;
    background: #333;
    border-radius: 2px;
}

/* 刘海中的摄像头 */
.MobileBody .camera {
    width: 15px;
    height: 15px;
    aspect-ratio: 1/1;
    background: #222;
    border-radius: 50%;
    border: 1px solid #444;
}

/* Home指示条 */
.MobileBody .home-indicator {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    height: 0.5%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}

/* 侧边按钮通用样式 */
.MobileBody .side-button {
    position: absolute;
    background: #333;
    border-radius: 1px;
}

/* 电源按钮 */
.MobileBody .power {
    right: -1.5%;
    top: 20%;
    width: 1.5%;
    height: 12%;
}

/* 音量+按钮 */
.MobileBody .volume-up {
    left: -1.5%;
    top: 22%;
    width: 1.5%;
    height: 8%;
}

/* 音量-按钮 */
.MobileBody .volume-down {
    left: -1.5%;
    top: 32%;
    width: 1.5%;
    height: 8%;
}

/* 静音按钮 */
.MobileBody .mute {
    left: -1.5%;
    top: 15%;
    width: 1.5%;
    height: 5%;
}

.showphone{
    border-bottom: 1.5px solid black;
}


.newgoshow{
    color: #FFF;
    /*border-bottom: 1.5px solid black;*/
}

.newgowx{
    color:#fff;
}



.getQrcode canvas{
    width: 50%;
    height: 50%;
    padding: 10px;
    background: #fff;
}